home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
WWW
/
http
/
www.cu-amiga.co.uk
/
features
/
c-tutorial
/
Part-6.lzx
/
Part-6
/
asl2
/
toolwin.h
< prev
next >
Wrap
C/C++ Source or Header
|
1988-02-08
|
187b
|
15 lines
#ifndef TOOLWIN_H
#define TOOLWIN_H
#include<intuition/intuition.h>
int openToolWin(void);
void closeToolWin(void);
struct Window* getToolWin(void);
ULONG getToolSig(void);
#endif